home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 003 / tech85db.lbr / WORDWRAP.ARC / READ.ME next >
Encoding:
Text File  |  1986-01-20  |  896 b   |  25 lines

  1. PROGRAM NAME: Getty.PRG/Wordwrap.PRC
  2.  
  3. DESCRIPTION:  Sample program that demonstrates a procedure for 
  4. wrapping long character strings.
  5.  
  6. ISSUE: April, 1985
  7. PAGE:  D3-23
  8.  
  9. SOFTWARE VERSIONS:  dBASE III, versions 1.0, 1.1
  10.  
  11. FUNCTION:  The procedure Wordwrap.PRC, called by Getty.PRG, takes 
  12. two parameters, the name of the string and the column to wrap.  
  13. It then prints the string, breaking it at the space prior to the 
  14. column position of the wrap parameter.
  15.  
  16. FILES NEEDED: Wordwrap.PRC
  17.               Getty.PRG
  18.         
  19. SETUP INSTRUCTIONS:  To call this procedure, type DO Getty.
  20. Getty.PRG, set up as an example, calls Wordwrap WITH line, max.
  21. To run this procedure from your own program, type DO Wordwrap
  22. WITH line, max from within your command file.  Line is the string
  23. to wrap, and can be up to 254 characters long.  Max is an integer
  24. designating the maximum line length.
  25.